home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / WORLDSRC.ZIP / ARRAYS.H next >
C/C++ Source or Header  |  1992-08-13  |  360b  |  9 lines

  1.  
  2. /* The arrays declared elsewhere are used starting with index 0;
  3.    those declared below starting with index 1     */
  4.   extern int  gtext[5];
  5.   extern short locdat[LOCNUM+1], odistb[OBJMX2+1];
  6.   extern short obnoun[OBJMAX+1], obadjv[OBJMAX+1], obw3[OBJMAX+1];
  7.   extern short obw4[OBJMAX+1], obpprp[OBJMAX+1], obimpr[OBJMAX+1]
  8.       , obloc[MOVMAX+1];
  9.